home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games: Greatest Hits 1996
/
Amiga Games: Greatest Hits 1996.iso
/
archive
/
userbox
/
publicdomain
/
installproged.lha
/
installproged
/
sasc_support
/
RunSCMSG.script
< prev
next >
Wrap
Text File
|
1996-03-11
|
478b
|
23 lines
/*******************************************
*
* RunSCMSG.script
* by Giovanni Lambiase (C) 1995
*
* This Arexx macro lets PED run SCMSG
* utility. It sets up SCMSG, too.
*
*******************************************/
OPTIONS RESULTS
OPTIONS FAILAT 31
IF ~SHOW('PORTS','SC_SCMSG') THEN
DO
ADDRESS COMMAND 'Run <>NIL: SC:C/SCMSG HIDDEN CONFIG ProgED:SASC_Support/SCMSG.options'
ADDRESS COMMAND 'SYS:REXXC/WaitForPort SC_SCMSG'
END
ADDRESS 'SC_SCMSG'
'NEWBLD'
'SHOW'